FloatItem::FloatItem

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:19:24 1991
Index Return to Main Contents
 

NAME

FloatItem::FloatItem - instance method  

TEMPLATE

void FloatItem(int id, float initValue, float minValue, float maxValue, int ndigits = 5, float increment = 1)  

SPECIFIERS

public  

DESCRIPTION

 

ARGUMENTS

int id

the id of the FloatItem
float initValue

the initial value
float minValue

the allowed minimum value
float maxValue

the allowed maximum value
int ndigits = 5

the number of digits. It should be set according to the minValue
and maxValue. This is only used to calculate the minimum size of the FloatItem. If the entered value has more digits, then the installed TextView is scrolled.
float increment = 1

see
instvar inc
 

RETURN ARGUMENT

void

 

CATEGORIES

client interface

 

FILES

implementation:
FloatItem.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:27 GMT, March 30, 2022